home *** CD-ROM | disk | FTP | other *** search
/ Insight: Dinosaurs / Insight Dinosaurs v1.0 (1994)(Optonica)[!][CD32-CDTV].iso / s / startup-sequence
Text File  |  1994-05-31  |  527b  |  21 lines

  1. ; Insight: Dinosaurs version 1 Copyright 1994 Optonica Ltd.
  2. ; startup-sequence for a 1.3 & 3.1 boot
  3. ;----------------------------------------------------------------------
  4. C:Assign T: ram:                    ; so Execute can create temporary files
  5. C:Assign >NIL: DEBUG_FLOPPY: exists
  6. IF NOT WARN
  7.     C:Execute DEBUG_FLOPPY:cd_startup
  8. ENDIF
  9.  
  10. C:Version >NIL: exec.library 40
  11. IF WARN
  12.     C:SetPatch >NIL:
  13.     C:rmtm
  14.     C:Stack 8000
  15. ELSE
  16.     C:SetPatch_40.14 QUIET
  17.     Stack 8000                    ; resident under >= KickStart 2.0
  18. ENDIF
  19.  
  20. C:EndRun cd0:Player FILTER I-DINO.INT
  21.